home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / dosutils / deadman_.zip / DEADMAN.DOC < prev    next >
Text File  |  1996-01-30  |  3KB  |  79 lines

  1. DEADMAN, A Bitchin TSR
  2.  
  3. DEADMAN is part of KRONOS Task Processing System.  If you are running
  4. command line applications from unattended workstations you should check
  5. out a copy of KRONOS.   It's the best task scheduling system I've ever
  6. used.
  7.  
  8. INDISPENSIBLE utility if you run command line utilities in an unattended
  9. mode.  Easily one of the most useful programs I have ever come across
  10. when building 24hr, high-uptime, no-humans-around systems.
  11.  
  12. Example:
  13.  
  14. You have a machine that runs in a remote area that needs to be on-line
  15. all the time.  (e.g., MS-Mail gateway, any dos/text mode data
  16. collector, alpha page server, network monitors...)  DEADMAN, a TSR, is
  17. loaded with the /Sx option.  If the station does not update video memory
  18. in x minutes, then the machine gets rebooted after a 60 second warning.
  19.  
  20. Now, if the machine takes a network hit, DEADMAN will recycle the
  21. machine when the timer expires.   Works just fine with DOS critical
  22. errors. (Abort, retry)
  23.  
  24. Optional switches:
  25.  
  26.      /Sx  Reboot if no Screen changes happen in x minutes
  27.      /Ax  Reboot if no Activity (screen, keybrd, file) happen in x mins
  28.      /Cx  Reboot if Counter not reset in x minutes (with /R option)
  29.  
  30. If you run ANY command-line applications and you need a reliable way
  31. to keep it up ... download this thing now!
  32.  
  33. -------------------------------------------------------------------------
  34.  
  35. To start Deadman, use one of the following three parameters:
  36.  
  37.   Deadman /Sx  Reboot if no Screen changes happen in x minutes
  38.   Deadman /Ax  Reboot if no Activity (screen, keybrd, file) happen in x mins
  39.   Deadman /Cx  Reboot if Counter not reset in x minutes (with /R option)
  40.  
  41.   Example: "deadman /s60" will reboot after one hour of no screen changes
  42.  
  43. Use these options after Deadman has already been loaded:
  44.  
  45.   Deadman /R   Reset counter (if Deadman was loaded with /C option)
  46.   Deadman /U   Unload Deadman from memory
  47.  
  48. After running deadman, you can check its errorlevel in a batch file:
  49.  
  50.   Errorlevel 1 means deadman is already installed (for /S /A and /C options)
  51.   Errorlevel 2 means deadman cannot be installed (e.g., not enough memory)
  52.   Errorlevel 3 means deadman /R or /U failed (can't reset timer or unload)
  53.  
  54.  
  55. Personal Experiences
  56. ~~~~~~~~~~~~~~~~~~~~
  57. I've been using DEADMAN for the past year.  Works EXTREMELY well.
  58. I've installed at least 20 industrial data collection systems using
  59. net-connected obsolete PCs.  I've not yet encountered any situations
  60. were DEADMAN caused problems for the foreground applications.  I've
  61. even used this version when I needed to launch a Windows app.  (sure,
  62. I was desperate, I admit it)
  63.  
  64. If you are using PCs to monitor things and run them in an unattended
  65. fashion, check out a copy of KRONOS Task Processing System.  It's a
  66. product written by the same guy.  I used it in harmony with DEADMAN
  67. and I've built some sweet data collection/network monitoring systems
  68. with them.
  69.  
  70. If you want to learn more about KRONOS, check out KRONOS.DOC
  71.  
  72. If you would like more information about KRONOS or to register your
  73. copy of DEADMAN, call 800 575 6816 or complete the ORDER.FRM and
  74. fax/mail/email today.  You can obtain a full KRONOS at no charge
  75. if you fax a letter requesting such to the number on the order
  76. form.
  77.  
  78. Try it, you will not be sorry!
  79.